home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Small Time Crooks Press Kit
/
Small Time Crooks Press Kit.iso
/
pc
/
Small Time Crooks.dxr
/
Scripts_30.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-04-30
|
196 b
|
12 lines
global gCPU
on exitFrame
set gCPU to the machineType
if gCPU <> 256 then
if the colorDepth < 16 then
set the colorDepth to 16
set the colorDepth to 32
end if
end if
end